Package-level declarations
Types
A Button Widget that can supply its message and active state, and render a custom background
A AbstractTextWidget that can process click and hover actions on rendered text
An ActiveButtonWidget that allows for parents to render its decoration
A widget that wraps another widget with a decoration
A button widget that masquerades as a text field widget. The text within is not editable.
A widget comprised of a collection of child elements that "Pops up" onto screens that implement me.fzzyhmstrs.fzzy_config.screen.PopupParentElement
A ValidationBackedTextFieldWidget that provides suggestions for string completion to the user
An AbstractTextWidget that renders text from a supplier of text, not a static text instance
A button widget that is 20x20 pixels and displays a sprite instead of a textual message
Defines standard widget sprites used throughout Fzzy Config. May be useful for custom widgets, popups, etc.
A TextFieldWidget for entering number values, backed by validation of some sort.
A TextFieldWidget backed by string validation that can consume and apply strings from/to an outside source
A vertically oriented SliderWidget, works as one would expect a sldier widget to work, but doesn't render the slider value that needs to be done separately via the valueApplier